home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / rray.zip / README.TXT < prev    next >
Text File  |  1993-10-22  |  4KB  |  99 lines

  1.  OCTOBER 1993
  2.              
  3.  This is version 1.0 of RRTRACER for the IBM, an easy to use ray tracing
  4.  program.
  5.  Requires a 386,486 with a VGA card
  6.  Pictures generated can be saved as 640 x 480 16 colour PCX files.
  7.  The following file needs to be in the same subdirectory as RRTRACER.EXE
  8.  for the program to run: (They are in included in the ZIP files)
  9.  GFABAS03.OVL      386
  10.  GFABAS73.OVL      386 with 387 or a 486
  11.  
  12.  RRTRACER is written in GFA BASIC for DOS. I originally wrote this program
  13.  for the ATARI ST which had a very nice graphic user interface which 
  14.  GFA BASIC for ATARI used very well. I converted this for the IBM with
  15.  minor changes, mostly to deal with the different resolutions.
  16.  
  17.  Pictures can be reviewed with any 16 colour PCX viewer. I have included
  18.  a simple viewer PCXVIEW in the zip files.
  19.  
  20.  GENERAL OPERATION
  21.  
  22.  The opening screen presents you with a side view and top view of an empty
  23.  room. You then proceed to add objects and lights in this space. 
  24.  You can give the objects the properties of colour, reflectivity and/or
  25.  transparency.When you are happy with the scene you proceed to generate 
  26.  the 3-D ray tracing.
  27.  This may take a long time - up to a few hours. The more objects,reflections
  28.  and transparency the longer it takes. But the result is worthwhile. You
  29.  can ask for a small preview picture to be produced beforehand in a shorter
  30.  time to check the overall look of the tracing.
  31.  
  32.  NOTES ON REFLECTIONS
  33.  
  34.  Reflectivity is adjusted by a slider, values 0 (matte) to 8.
  35.  If you want a total mirrored look, eg. a steel ball, you set the colour
  36.  to black, and the reflectivity to 8
  37.  
  38.  NOTES ON COMPOSITE OBJECTS
  39.  You can make a composite object out of overlapping objects. The only 
  40.  exceptions are you cannot overlap transparent objects and you cannot have
  41.  a light source inside an object or fatal error occurs.
  42.  
  43.  
  44.  NOTES ON COLOURS
  45.  
  46.  The VGA is restricted to 16 different colours on the screen at one time.
  47.  To ensure realistic image colouring involving reflections and transparency
  48.  I have restricted the palette to shades of one colour (red or green or blue)
  49.  and shades of grey and mixtures thereof.
  50.  
  51.  
  52.  NOTES ON THE MENU
  53.  
  54.  
  55.  FILE - NEW  starts a new room and erase anything done so far
  56.  ADD  - add a sphere,light,floor,ceiling,wall,solid cylinder,hollow cylinder
  57.         cone, or cuboid.
  58.         Maximum 20 objects, 3 lights
  59.  REMOVE - Remove anything added so far
  60.  OPTION - DEEP PERSPECTIVE - makes vanishing points closer
  61.           VIEW FROM ABOVE  - view scene from an angle above
  62.                     LEFT/RIGHT - view scene from an angle left/right
  63.           LOW AMBIENT LIGHT - no complete shadows
  64.           HIGH AMBIENT LIGHT - hardly any shadows at all
  65.  
  66.  EDIT   - Edit any parameters of objects added so far   
  67.         - PALETTE - change colours of standard palette
  68.  
  69.  GO     - START - Start the ray tracing process.
  70.         - XYZ   - If this option is checked before START a screen is
  71.                   displayed allowing you to modify the x,y,z coordinates
  72.                   of the objects and lights in the picture. This is useful
  73.                   for lining objects up vertically or for making composite
  74.                   objects. The floor is at y=-34.4, ceiling y=+34.4
  75.                   back wall z=-398.1, left wall x=-47.4, right wall 
  76.                   x=+47.4
  77.  
  78.  
  79.  RRTRACER IS SHAREWARE. IF YOU LIKE THIS PROGRAM PLEASE SEND $15 TO
  80.  
  81.  CLIVE PROBERT
  82.  250 SPRINGDALE BLVD
  83.  TORONTO, ON
  84.  M4C1Z9
  85.  CANADA
  86.  416 425 6011
  87.  
  88.  I CAN ALSO BE CONTACTED ON GENIE AS C.PROBERT
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.